Skip to main content

What’s New

Qrvey 8.7
Version 8.7 of the Qrvey platform is now available to customers! This version includes new features including area charts, the ability to pivot and export data, as well as numerous bug fixes and performance improvements.
Learn More
Qrvey 8.6
Version 8.6 of the Qrvey platform is now available to customers. This version includes several new feature enhancements and performance improvements.
Learn More
Required Update for 8.5.1
Attention 8.5.1 customers: for any 8.5.1 instance deployed prior to 08/05/2024, an update is required to ensure you are running the latest images.
Learn More
Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
Version: 8.5

Analytic Suite Widget

The Analytic Suite widget enables users to display the distinct data analysis views available within the Analyze functionality of Qrvey Composer. This includes Summaries, Tables, Metric Views, etc.

Configuration Object Properties

The following table lists the properties associated with this widget.

PropertyValueRequired
api_keyString, Your organization’s unique API key required to access the Qrvey platform. Never expose your organization’s API key to external users. In Production environments, use a secure token (qv_token) to encrypt the API key.Yes, if the qv_token is not provided
qv_tokenString, Widget's JWT security token, used to authenticate and authorize embedded widgets. Establishes a secure connection between the host application and the Qrvey system.Yes, if the api_key is not provided
app_idString, ID of the Qrvey application containing the dashboard, report, automation, or web form.Yes
domainString, The base URL of your instance of the Qrvey platform.Yes
user_idString, ID of the Qrvey Composer user that owns the application that is being embedded. Optional: You can alternately specify the user ID in a Qrvey session cookie.Yes, if the user_id is not included in a session cookie
clientidString, Unique identifier for the tenant end user. Required for using the End User Personalization feature. The clientid must be set to a unique value for each tenant end user.No
timezoneObject <TimezoneConfiguration>, Overrides the time zone setting in Qrvey Admin Center. For more information, see Configuring Time Zone Settings.No
qrveyidString, ID of the dataset being used.Yes
settingsObject, general configuration in order to set some behaviors.No
settings.viewString, determines the initial view to display and it accepts:
SUMMARY_VIEW/MULTI_PANEL
TABULAR_VIEW
CUSTOM_VIEW
METRIC_VIEW
Default: MULTI_PANEL (alias for SUMMARY_VIEW)
No
settings.modeString, determines displaying the complete layout or the views only. It depends on set view and it accepts:
COMPLETE
SIMPLE
* Default: COMPLETE
No
settings.displayModeString, changes the style and extends the layout onto the entire container.
FULL
NORMAL
* Default: NORMAL
No
userFiltersObject, the filters object generated by the user. This will be applied in internal components to filter the data. I.e. AN Single Panel.
{filters: <Filters Key Structure>}
No
themeidString, theme ID to use in the componentNo
settings.stylesObject, styles options object. These properties will extend from the current themeNo
settings.styles.chartsTitleString, set the charts title colorNo
settings.styles.chartsFontFamilyString, set the charts font familyNo
settings.styles.axisDataLabelsString, set axis labels color in chartsNo
settings.styles.dataLabelsString, color for data labels in chartsNo
settings.styles.valuesMainString, set color for axis ticks values in chartsNo
settings.styles.chartsLegendsString, color for charts legends labelsNo
settings.styles.chartsTooltipsString, color for charts tooltipsNo
settings.styles.tableHeaderFontString, set color for table header textsNo
settings.styles.chartsMainString, set color for chart data points like bars, symbols and lines.No
settings.styles.themePaletteArray, contains a maximum of 20 colors that will be used for chart data points.No
custom_tokensObject, contains a set of custom tokens, each of them in turn, receives an array of with the list of tokens.

{<custom token 1>: [<token 1>: “token 1”, <token 2>: “token 2”]}
No
authenticatedSession.emailString, Specifies the email address to associate with the widget. If an address is not specified, exports are sent to the email address associated with the user ID.No